@charset "utf-8";
.indexbanner_container {
    width: 100%;
}

.indexbanner_slide_item {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.indexbanner_slide_item img {
    width: 100%;
}

.indexbanner_itemmb {
    display: none;
}

.indexbanner_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0b8fdc;
}

.indexbanner_pagination .swiper-pagination-bullet {
    background-color: #222;
    opacity: 1;
}

.indexbanner_pagination {
    display: none;
}

@media screen and (min-width: 1300px) {
    .indexbanner_slide_item {
        height: 580px;
        background-size: inherit;
    }
    .indexbanner_slide_item img{
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .indexbanner_itemmb {
        display: block;
    }
    .indexbanner_itempc {
        display: none;
    }
    .indexbanner_pagination {
        display: block;
    }
}

.inquire {
    border-bottom: 1px solid #e1e1e1;
}

.inquirebox {
    padding: 16px 0;
}

.control_btn i {
    font-size: 24px;
}

.control_btn .control_btn_per,
.control_btn .control_btn_next {
    width: 40px;
    cursor: pointer;
    vertical-align: middle;
}

.control_btn .control_btn_per {
    text-align: left;
}

.control_btn .control_btn_next {
    text-align: right;
}

.control_btn_y {
    margin-top: 3px;
}

.control_btn_y span {
    margin: 0 5px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: #222;
    vertical-align: middle;
}

.control_btn_y span.on {
    background-color: #ff7800;
}

.inquiregj {
    margin-left: 35px;
    margin-top: 5px;
    border-left: 1px solid #f0e8e3;
}

.inquiregj span {
    font-size: 14px;
    color: #222;
    padding: 0 25px 0 35px;
}

.inquiregj a {
    font-size: 14px;
    color: #777;
    padding: 0 20px;
}

.inquiregj a:hover {
    color: #ff7800;
}

.inquiress form {
    position: relative;
}

.inquiress input {
    height: 38px;
    border: 0;
    float: left;
    color: #222;
}

.inquiress_tj {
    width: 38px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: #3a3c3e;
    background-repeat: no-repeat;
    background-position: center;
}

.inquiress_tj:hover{
    background-color: #ff7901;
}

.inquiress_ct::placeholder {
    font-size: 14px;
    color: #a9a9a9;
}




/* 新闻中心 */

.news {
    overflow: hidden;
    margin-top: 70px;
    background-color: #f3f3f3;
}

.news_title {
    margin-top: 70px;
    text-align: center;
}

.news_titleh {
    font-size: 42px;
    color: #222;
    font-weight: 700;
}

.news_titlep {
    font-size: 14px;
    color: #999999;
}

.news_box {
    margin-top: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
}

.news_boxl {
    width: 70%;
}

.news_boxlt {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #e1e1e1;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.news_boxltl {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.news_boxltl .news_boxltl_link {
    padding: 0 40px;
}

.news_boxltl_link i {
    font-size: 30px;
    color: #333;
}

.news_boxltl .news_boxltl_link:first-child i {
    font-size: 26px;
}

.news_boxltl_link span {
    font-size: 20px;
    color: #333;
}

.news_boxltr {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.news_boxltr .news_boxltl_more {
    font-size: 14px;
    color: #999;
    margin-right: 36px;
}

.news_boxltr .news_boxltl_more:hover {
    color: #ff7800;
}

.news_boxlb_item {
    padding: 40px 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.news_boxlb_item>div {
    width: 50%;
}

.news_boxlbitem_box {
    padding-right: 20px;
    display: block;
}

.news_boxlbitem_boximg {
    overflow: hidden;
}

.news_boxlbitem_boximg img {
    transition: all .4s;
    width: 100%;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.news_boxlbitem_boxh {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.news_boxlbitem_boxp {
    margin-top: 10px;
    font-size: 14px;
    line-height: 23px;
    color: #777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news_boxlb_itemr {
    padding:0 40px 0 20px;
}

.news_boxlb_itemr .news_itemr_item {
    display: block;
    height: 56px;
    line-height: 54px;
    border-bottom: 1px dotted #c1c1c1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_itemr_item b {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    vertical-align: middle;
    background-color: #c1c1c1;
    margin-right: 6px;
}

.news_itemr_item span {
    font-size: 14px;
    color: #666666;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.news_boxltl_link.on {
    background-color: #3a3c3e;
}

.news_boxltl_link.on i {
    color: #fff;
}

.news_boxltl_link.on span {
    color: #fff;
}

.news_boxr {
    width: 30%;
}

.news_boxrt {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.news_boxrtl i {
    font-size: 32px;
    color: #333;
    padding-left: 25px;
}

.news_boxrtl span {
    font-size: 20px;
    color: #333;
}

.news_boxrtr .news_boxrtr_more {
    font-size: 14px;
    color: #999999;
    padding: 0 35px;
}

.news_boxrtr .news_boxrtr_more:hover {
    color: #ff7800;
}

.news_boxrb {
    height: 407px;
    padding: 20px 0;
    overflow: hidden;
    border-left: 1px solid #e1e1e1;
}

.news_container {
    height: 100%;
    width: 100%;
	background:#FFF;
}

.news_slide .news_slide_item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 0 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.news_slide_itembox {
    width: 100%;
    margin: 20px 0;
}

.news_slide_itemboxh {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news_slide_itemboxh i {
    font-size: 18px;
    color: #333;
}

.news_slide_itemboxh span {
    font-size: 16px;
    color: #333;
    margin-left: 8px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.news_slide_itemboxp {
    width: 100%;
    padding-left: 20px;
    font-size: 14px;
    margin-top: 8px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yqlink {
    margin-top: 68px;
    height: 72px;
    line-height: 70px;
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
}

.yqlinkl i {
    font-size: 26px;
    color: #222222;
    padding: 0 8px;
}

.yqlinkl span {
    font-size: 16px;
    color: #222;
}

.yqlinkl b {
    margin-left: 10px;
    font-size: 12px;
    color: #999;
}

.yqlinkr {
    margin-left: 30px;
}

.yqlinkr .yqlinkr_item {
    font-size: 14px;
    color: #666666;
    padding: 0 20px;
}






/*关于我们*/
.zoujin0{padding-top: 40px;}
.aazoujin0{margin-top: 40px;}
.zoujin0 .fl {
    width: 520px;
}
.zoujin0 .entit {
    font-weight: bold;
    font-size: 73px;
    font-family: Arial, "微软雅黑";
    text-transform: uppercase;
    color: #eee;
    line-height: 55px;
}

.zoujin0 .cntit {
    font-size: 24px;
    color: #3a3c3e;
    font-weight: bold;
    margin-bottom: 35px;
}
.zoujin0 .p1{
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-bottom: 50px;
    white-space: pre-line;
}
.zoujin0 .more {
    font-size: 18px;
    color: #fff;
    background: #ff7f00;
    padding: 15px 44px;
    float: left;
    margin-right: 20px;
    margin-top: 0;
}

.zoujin0 .gytel {
    background: url("../images/ico_tel.png") no-repeat left center;
    background-size: 55px 55px;
    height: 55px;
    display: block;
    float: left;
    padding-left: 65px;
	color: #666;
    font-size: 16px;
}
.zoujin0 .gytel em {
    display: block;
    font-family: "Times New Roman", Arial, "微软雅黑";
    font-size: 35px;
    color: #ff7f00;
    font-weight: bold;
}
.zoujin0 .fr{position: relative;}
.zoujin0 .fr .kuang5{
    border: 5px solid #31519f;
    position: relative;
    display: block;
    width: 600px;
    height: 400px;
}
.zoujin0 .fr .video img{
    max-width: 100%;
}
.zoujin0 .fr .video{
    width: 600px;
    height: 400px;
    position: absolute;
    right: 30px;
    top: 30px;
}

/*标题*/
.ttitle0{
    text-align: center;
	margin-bottom:35px;
}
.ttitle0 .ttit{
    font-size: 38px;
    color: #333;
    font-weight: bold;
    line-height: 1;
}
.ttitle0 .ttit b{
    color: #01589e;
	font-weight:800;
}
.ttitle0 .thr{
    width: 100%;
    height: 1px;
    text-align: center;
    background: #dcdcdc;
    margin: 20px auto;
}
.ttitle0 .thr span{
    width: 50px;
    height: 1px;
    display: block;
    background: #31519f;
    margin: auto;
}
.ttitle0 .tsub{
    font-size: 15px;
    color: #333;
}

/*首页产品*/
.jidi{
    padding-top: 80px;
    background: url(../images/jidi_bg.jpg)no-repeat center center;
    height: 883px;
    margin-top: 10px;
}
.jidi .btitle{
    background-position: 0 -170px;
}
.jidi .btitle .bsub{
    padding-left: 190px;
}
.aajidi{margin-top: 40px;overflow: hidden;}
.aajidi dl{
    width: 285px;
    border: 1px solid #ddd;
    overflow:hidden;
    float: left;
    margin-right: 17.3px;
    margin-bottom: 20px;
}
.aajidi dl:nth-of-type(4n){
    margin-right: 0;
}
.aajidi dt{
    overflow: hidden;
}
.aajidi dt img{
    max-width: 100%;
    height: 220px;
    display: block;
}
.aajidi dd{
    background: #fff;
    text-align: center;
    font-size: 15px;
    color: #333;
    line-height: 60px;
}
.aajidi dl:hover{
    border-color: #ff7f00;
}
.aajidi dl:hover dd{
    background: #262626;
    color: #fff;
}
.aajidi dl:hover dt img{
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: -webkit-transform 0.6s ease 0;
    transition: transform 0.6s ease 0;
}

.gengduo{
    text-align: center;
    margin-top: 40px;
}
.gengduo a{
    font-size: 16px;
    color: #fff;
    background: #31519f;
    padding: 12px 30px;
    margin: 0 5px;
}
.gengduo a:last-of-type{
    background: #262626;
}


/*产品中心*/
.products{
	width:1200px;
	height:auto;
	margin:auto;
	padding: 88px 0;
	overflow: hidden;
}
.protit{text-align: center;}
.protit p{
	font-size: 45px;
	font-weight: bold;
	color: #ee1d23;
	line-height: 50px;
}
.protit p i{
	color: #005faf!important;
}
.protit span{
	color: #333;
	font-size: 17px;
	line-height: 50px;
}
.inhx{
	background: #ee1d23;
	width: 65px;
	height: 3px;
	margin: 0 auto 35px auto;
	
}
/*滚动部分*/
.product .conleft {
    width: 268px;
}
.product .conleft .box {
    background: #fff;
    border-top: 1px solid #dfdddd;
}
.product .conleft .box:first-child {
    border-top: none;
}
.product .conleft .box h3 {
    padding: 39px 0;
    background: #3a3c3e url("../images/p.png")no-repeat 26px center;
    border-radius: 6px 6px 2px 2px;
}
.product .conleft .box h3 p {
    font-size: 32px;
    color: #fff;
	font-weight: normal;
	 padding-left: 75px;
}
.product .conleft .box h3 span {
    font-size: 20px;
    color: #fff;
        padding-left: 75px;
    text-transform: uppercase;
    font-weight: normal;
}
.product .conleft .box h4 {
    padding: 15px 0;
    background: #0661b0 url(../images/fangico.png)no-repeat 23px 21px;
    color: #fff;
    padding-left: 62px;
    font-size: 20px;
    font-weight: normal;
}
.product .conleft .box ul {
    padding: 5px 0;
	border: 1px solid #e9e9e9;
}
.product .conleft .box ul li {
    margin: 0 10px;
    height:52px;
    line-height: 52px;
    text-indent: 30px;
    background: url("../images/inico5.png") no-repeat 14px center;
    font-size: 16px;
    color: #666;
	border-bottom: 1px solid #e9e9e9;
}
.product .conleft .box ul li a {
    display: block;
	    color: #666;
    font-size: 14px;
	white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
}
.product .conleft .box ul li:last-child{
	border-bottom: none;
}
.product .conleft .box ul li:first-child {
    border-top: none;
}
.product .conleft .box2 h3 a {
    background: url(../images/proicon03.png) no-repeat 200px center;
}
.product .conleft .box:hover ul {
    background: #fff;
}
.product .conleft .box ul li.cur {
  border-left: 3px solid #da251e;
	background: #f2f2f2;
	margin: 0;
}
.product .conleft .box ul li:hover {
  border-left: 3px solid #da251e;
	background: #f2f2f2;
	margin: 0;
}
.product .conleft .box ul li:hover a {
    color: #333;
    font-size: 16px;
}
.product .conleft .zxrx {
background: #3a3c3e;
    padding: 38px 0 40px 11px;
}
.product .conleft .zxrx img{
	float: left;
	padding: 0 6px;
}
.zxtel{
	color: #fff;
}
.zxtel p{
	    font-size: 14px;
    line-height: 24px;
	color:#FFF;
}
.zxtel span{
	font-size: 29px;
    font-weight: bold;
    font-family: "Times New Roman";
    line-height: 29px;
}
.product .conleft .promore {
    padding-left: 37px;
    display: block;
    background: url(../images/proico.png) no-repeat left center;
}
.product .conleft .promore {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-family: "Times New Roman", Arial, "微软雅黑";
}
.product .conright {
    width: 895px;
}
.product .conright .r_top {
    height: 417px;
    background: #f5f5f5;
    margin-bottom: 17px;
    position: relative;
}
.product .conright .r_top .topbox {
    position: relative;
    overflow: hidden;
    height: 417px;
}
.product .conright .r_top ul {
    position: relative;
}
.product .conright .r_top ul li {
    float: left;
    width: 465px;
    height: 405px;
    padding: 30px 65px 0 400px;
    position: relative;
}
.product .conright .r_top ul li .pImg {
    display: block;
    width: 343px;
    height: 343px;
    position: absolute;
    left: 25px;
    top: 30px;
    background: #eee;
}
.product .conright .r_top ul li .pImg a {
    display: block;
    width: 338px;
    height: 338px;
    position: relative;
    top: -5px;
    left: -5px;
    border: 1px solid #dfdddd;
    overflow: hidden;
}
.product .conright .r_top ul li img {
    display: block;
    width: 338px;
    height: 338px;
    transition: all 0.5s;
}
.product .conright .r_top ul li .p1 {
    font-size: 20px;
    color: #000;
    margin-bottom: 25px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product .conright .r_top ul li .p1 em {
    display: block;
    width: 47px;
    height: 1px;
    margin-top: 20px;
    background: #da251e;
}
.product .conright .r_top ul li .p2 {
    border: 1px dashed #ddd;
    height: 150px;
    margin-bottom: 28px;
    padding: 10px 15px;
}
.product .conright .r_top ul li .item_subinfo {
    line-height: 30px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.item_subinfo span pre {
    font: 14px Arial, "Microsoft Yahei";
    line-height: 30px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
.product .conright .r_top ul li .p3 {
    overflow: hidden;
}
.product .conright .r_top ul li .p3 .prozx{
	width: 205px!important;
}
.product .conright .r_top ul li .p3 a {
    display: block;
    float: left;
    width: 145px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    text-align: center;
    background: #da251e;
    border-radius: 27px;
    color: #fff;
}
.product .conright .r_top ul li .p3 a:first-of-type {
    background: #014590;
}
.product .conright .r_top ul li .p3 a:hover {
    background: #222;
}
.product .conright .r_top ul li .pImg:hover img {
    transform: scale(1.1);
}
.product .conright .r_top .proBtnl {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #eee;
    cursor: pointer;
    position: absolute;
    right: 51px;
    bottom: 0;
    background: #f5f5f5;
}
.product .conright .r_top .proBtnl i {
    display: block;
    width: 50px;
    height: 50px;
    background: #fff url(../images/projtz01.png) no-repeat center;
}
.product .conright .r_top .proBtnr {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #eee;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #f5f5f5;
}
.product .conright .r_top .proBtnr i {
    display: block;
    width: 50px;
    height: 50px;
    background: #fff url("../images/projr01.png") no-repeat center;
}
.product .conright .r_top .proBtnl:hover, .product .conright .r_top .proBtnr:hover {
    background: #0661b0;
    border-color: #0661b0;
}
.product .conright .r_top .proBtnl:hover i {
    background: url(../images/projtz02.png) no-repeat center;
}
.product .conright .r_top .proBtnr:hover i {
    background: url("../images/projtr02.png") no-repeat center;
}
.product .conright .r_top .topbg {
    width: 97px;
    height: 97px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/fangxp.png) no-repeat center;
}
.product .conright .r_bot dl {
    float: left;
    width: 288px;
    margin-left: 15px;
    background: #fff;
    text-align: center;
}
.product .conright .r_bot dl:first-of-type {
    margin-left: 0;
}
.product .conright .r_bot dl dt {
    overflow: hidden;
 width: 288px;
    height: 288px;
	display: block;
	border: 1px solid #e4e4e4;
    padding: 1px;
}
.product .conright .r_bot dl dt img {
    display: block;
    width: 288px;
    height: 288px;
    transition: all 0.5s;
}
.product .conright .r_bot dl dd.dd1 {
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product .conright .r_bot dl dd.dd1 a {
    color: #333;
	display:block;
white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
}
.product .conright .r_bot dl dd.dd2 {
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;/*display: -webkit-box;*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 39px;
    padding: 0 20px;
}
.product .conright .r_bot dl:hover dt img {
    transform: scale(1.1);
}
.product .conright .r_bot dl:hover dd.dd1 a {
    color: #014590;
}

/*结束*/


/* biaoti */
.zx_bt{width: 1200px;margin: auto;margin-top: 40px;}
.zx_bt h2{
	text-align: center;
	padding-left:180px;
	font-size: 36px;
	color: #333;
	font-weight: bold;
	position: absolute;
	width: 1200px;
	z-index: 1;
	margin-top: 25px;
	left: 99px;
}
.zx_bt i{font-size: 100px;color: #f5f5f5;font-style: normal;display: block;text-align: center;font-weight: bold;text-transform: uppercase;}
.zx_bt p{text-align: center;margin-top: -32px;margin-bottom: 35px; margin-left:120px;}
.zx_bt p a{font-size:15px; line-height:33px; color:#666;}
.zx_bt h2 em{height: 2px;width: 55px;background: #ed8606;display: block;margin: auto;margin-top: 12px;}
/* news */
.news_list{width: 1200px;margin:0 auto 100px; }
.news_list li{float: right;width: 660px;border-bottom: 1px solid #eee;padding-bottom: 11px;padding-top: 11px;}
.news_list li:nth-child(4){border-bottom:0;}
.news_list li a{color:#333;}
.news_list li a p{font-size: 14px;color: #666;line-height: 26px;margin: 12px 0 6px;}
.news_list li a span{color: #999;font-size: 14px;background: url(/img/time.png) no-repeat left center;padding-left: 22px;}
.news_list li a:hover h3{color: #ed8606;}
.news_list li a:hover img{opacity: 0.8;}
.news_list li img{float: left;margin-right: 20px;width: 207px;height: 134px;}
.news_list li h3{font-size: 16px;font-weight: normal;}
.news_list li div{float: right;width: 432px;    margin-top: 12px;}
.news_list li:first-child h3{font-weight: bold;}
.news_list li:first-child img{width: 511px;height: 328px;}
.news_list li:first-child div{float: left;width: auto;margin-top: 20px;}
.news_list li:first-child{width: 512px;float: left;border-bottom: 0;}